//0x18 bytes (sizeof)
struct wil_details_FeatureTestState
{
enum wil_details_FeatureTestStateKind kind; //0x0
ULONG featureId; //0x4
enum wil_FeatureEnabledState state; //0x8
UCHAR variant; //0xc
ULONG payload; //0x10
struct wil_details_FeatureTestState* next; //0x14
};